projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5ce405
)
(rmail-movemail-flags): Fix customize type.
author
Andreas Schwab
<schwab@suse.de>
Tue, 14 Apr 1998 10:48:10 +0000
(10:48 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Tue, 14 Apr 1998 10:48:10 +0000
(10:48 +0000)
lisp/mail/rmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmail.el
b/lisp/mail/rmail.el
index db88cc2354156341498101cf321ace058fd0d6e0..9c2f516c4e60f6ab45a7314ff40811394b8393fa 100644
(file)
--- a/
lisp/mail/rmail.el
+++ b/
lisp/mail/rmail.el
@@
-103,7
+103,7
@@
"*List of flags to pass to movemail.
Most commonly used to specify `-g' to enable GSS-API authentication
or `-k' to enable Kerberos authentication."
- :type '
list
+ :type '
(repeat string)
:group 'rmail-retrieve)
(defvar rmail-pop-password-error "invalid usercode or password"